Property Inspectors > The Property inspector API > displayHelp() |
![]() ![]() ![]() |
Description
If this function is defined, a ? icon appears in the upper right corner of the Property inspector. This function is called when the user clicks the icon.
Arguments
None.
Returns
Nothing.
Example
The following instance of displayHelp()
opens a file in a browser window that explains the fields in the Property inspector:
function displayHelp(){ dreamweaver.browseDocument('http://www.hooha.com/dw/¬ inspectors/inspHelp.html'); }
![]() ![]() ![]() |